home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_59443.txt < prev    next >
Text File  |  1990-04-04  |  3KB  |  119 lines

  1. -- card: 59443 from stack: in
  2. -- bmap block id: 59712
  3. -- flags: 0000
  4. -- background id: 29299
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set hilite of button 2 to false
  9. end openCard
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 80
  14. -- high flags: 2004
  15. -- rect: left=127 top=199 right=257 bottom=368
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Word
  24.  
  25.  
  26. -- part 6 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=302 top=1 right=19 bottom=347
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: mark
  38. ----- HyperTalk script -----
  39. on mouseEnter
  40.   set hilite of button "mark" to true
  41. end mouseEnter
  42. on mouseDown
  43.   hide card field "word"
  44.   hide card field "date"
  45.   show card field "mark"
  46. end mouseDown
  47.  
  48.  
  49.  
  50. on mouseLeave
  51.   set hilite of button "mark" to false
  52. end mouseLeave
  53.  
  54.  
  55. -- part 8 (field)
  56. -- low flags: 80
  57. -- high flags: 2004
  58. -- rect: left=110 top=150 right=271 bottom=426
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 21
  63. -- text size: 12
  64. -- style flags: 256
  65. -- line height: 16
  66. -- part name: date
  67.  
  68.  
  69. -- part 10 (button)
  70. -- low flags: 00
  71. -- high flags: C000
  72. -- rect: left=206 top=0 right=20 bottom=255
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: 
  81. ----- HyperTalk script -----
  82. on mouseDown
  83.   set hilite of card button 2 to true
  84.   go to next card
  85. end mouseDown
  86.  
  87.  
  88.  
  89. -- part 15 (field)
  90. -- low flags: 00
  91. -- high flags: 2004
  92. -- rect: left=129 top=125 right=226 bottom=375
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 0
  96. -- font id: 3
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Word
  101.  
  102.  
  103. -- part contents for card part 2
  104. ----- text -----
  105. Select MAPS, DATE or MARK by highlighting them on the menu bar and clicking the mouse.
  106.  
  107. -- part contents for card part 8
  108. ----- text -----
  109. The DATE feature allows to you restrict date searching and browsing by all of the following:
  110.  
  111.       One day or a  range of days
  112.       One month or a  range of months
  113.       One year or a range of years
  114.  
  115. -- part contents for card part 15
  116. ----- text -----
  117. In this section, you will retrieve a MAP for the word FALKLAND Islands.
  118.  
  119. Click on MAPS to select it on the menubar at the top of the screen.